home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
ICON_8
/
TESTS
/
VERSION8.ICN
< prev
next >
Wrap
Text File
|
1990-03-02
|
264b
|
14 lines
procedure main(L)
write(image(&letters))
write(image(L))
write(image(&main))
write(args(main))
write(args(write))
#
# The following should do nothing unless memory mointoring is enabled.
mmout("testing, testing")
mmpause()
mmshow([])
end